Search
EvaluationContext.invokeFunction Method
See Also
 






Invokes the function with the specified name.

Namespace: com.mindfusion.scripting
File: com.mindfusion.scripting

 Syntax

Java  Copy Code

Object invokeFunction (
    String name,
    Object[] p
)

 Parameters

name

The name of the function to invoke.

p

The list of arguments of the function.

 Return Value

The result of the invocation.

 See Also